Sort aborted: Server shutdown in progressselect m.bdate, m.btime, m.score1, m.score2 ,t1.name as name1,t2.name as name2 from tb_match as m, tb_programe as p, tb_team as t1, tb_team as t2 where m.pro_id=p.pro_id and m.team_id1=t1.team_id and m.team_id2=t2.team_id and (m.pro_id=16) order by m.bdate desc, m.btime asc limit 0,5